home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 5 / MacMania 5.toast / / Internet software / NewsWatcher / NW Source / Source / child.h < prev    next >
Text File  |  1995-10-31  |  212b  |  5 lines

  1. OSErr AddChild (WindowPtr parent, WindowPtr child);
  2. void RemoveChild (WindowPtr parent, WindowPtr child);
  3. WindowPtr FindChildByIndex (WindowPtr wind, long index);
  4. WindowPtr FindChild (WindowPtr wind, long item);
  5.